home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / lynx-2.4 / WWW / Library / unix / Makefile
Encoding:
Makefile  |  1995-06-28  |  660 b   |  31 lines

  1. #  Make WWW under unix for a.n.other unix system (bsd)
  2. #   Use this as a template
  3.  
  4. # For W3 distribution, machine type for subdirectories
  5. WWW_MACH = unix
  6.  
  7. # The ASIS repository's name for the machine we are on
  8. ASIS_MACH = hardware/os
  9.  
  10.  
  11. CFLAGS =  -DDEBUG
  12. LFLAGS =
  13. CC = cc
  14.  
  15. # Directory for installed binary:
  16. BINDIR = /usr/local/bin
  17.  
  18. # Where is the W3 object library to be installed (not normally done)?
  19. LIBDIR = $(WWW)/Library/Implementation/$(WWW_MACH)
  20.  
  21. #_________________ OK if normal W3 distribution
  22. # Where is the WWW source root?
  23. WWW = ../..
  24.  
  25. #  Where should temporary (object) files go?
  26. WTMP = ../..
  27.  
  28.  
  29. include $(WWW)/Library/Implementation/CommonMakefile
  30.  
  31.